From a374f81b88c129a4a41df2e3a5db3993abe23ea4 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 26 Dec 2007 11:32:16 +0000 Subject: [PATCH] We always chain to the parent size_allocate, no need to do this. svn path=/trunk/; revision=19244 --- gtk/gtkstatusbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 9a035eded0..e96cdc7261 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -858,7 +858,6 @@ gtk_statusbar_size_allocate (GtkWidget *widget, if (statusbar->has_resize_grip) { - widget->allocation = *allocation; get_grip_rect (statusbar, &rect); extra_children = has_extra_children (statusbar); -- 2.30.2